home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>Stop Statement [Runtime]</title><meta name="filename" content="text/sbasic/common/03090408"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="stop" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="66633">Stop Statement [Runtime]</help:link></p>
- <p class="Paragraph">Stops the execution of the running Basic program.</p>
- </help:to-be-embedded>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">Stop <help:key-word value="Stop" tag="kw66633_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="P2">Example:</p>
- <p class="PropText">Sub ExampleStop</p>
- <p class="PropText">Dim iVar As Single</p>
- <p class="PropText">iVar = 36</p>
- <p class="PropText">Stop</p>
- <p class="PropText">Msgbox Sqr(iVar)</p>
- <p class="PropText">end sub</p>
- <p class="PropText"/>
- </body></html>